home *** CD-ROM | disk | FTP | other *** search
- Path: news.cc.uic.edu!usenet
- From: Jim Slepicka <jslepi1@uic.edu>
- Newsgroups: comp.lang.c++
- Subject: Large arrays and DOS
- Date: 22 Jan 1996 22:58:59 GMT
- Organization: University of Illinois at Chicago
- Message-ID: <4e14rj$71so@tigger.cc.uic.edu>
- NNTP-Posting-Host: optics2.me.uic.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
- I need to work with large 2-D integer arrays for a *DOS*
- image processing app. I'm using Borland C++ v4.5 but
- am a little inexperienced with some of the newer memory
- allocation functions such as new and delete. My arrays need
- to be about 500x500 in size but I just can't seem to get
- into my 16MB of extended memory. Is the PowerPack DOS
- extender necessary in this situation? If so, is there a
- simple way to use it? I actually have the PowerPack software
- but no manuals as of yet...our computer center has a site
- license to copy disks but must order the docs, and they're
- doggin' it. Any help or comments is appreciated!
-
-